]> git.r.bdr.sh - rbdr/super-polarity/blame - Super Polarity/Super Polarity.csproj
I have the worst commits ever.
[rbdr/super-polarity] / Super Polarity / Super Polarity.csproj
CommitLineData
63a61ee2
BB
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2585188B-339D-44CD-9599-1A80AA30DE13}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SuperPolarity</RootNamespace>
12 <AssemblyName>Super Polarity</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16 <PlatformTarget>x86</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\WindowsGL\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26 <PlatformTarget>x86</PlatformTarget>
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\WindowsGL\Release\</OutputPath>
30 <DefineConstants>TRACE;WINDOWS</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <PropertyGroup>
35 <ApplicationIcon>Icon.ico</ApplicationIcon>
36 </PropertyGroup>
37 <ItemGroup>
f8aec187
BB
38 <Compile Include="ActorFactory.cs" />
39 <Compile Include="ActorManager.cs" />
2af83e98 40 <Compile Include="Actors\StandardShip.cs" />
38c7d3f9 41 <Compile Include="Actors\Bullet.cs" />
74c15570 42 <Compile Include="GameScreen.cs" />
95d7601b 43 <Compile Include="InputController.cs" />
2af83e98 44 <Compile Include="Actors\MainShip.cs" />
74c15570
BB
45 <Compile Include="MenuItem.cs" />
46 <Compile Include="MenuWidget.cs" />
95d7601b 47 <Compile Include="Particle.cs" />
38c7d3f9 48 <Compile Include="ParticleEffectFactory.cs" />
95d7601b 49 <Compile Include="ParticleEngine.cs" />
2af83e98
BB
50 <Compile Include="Actors\Actor.cs" />
51 <Compile Include="Actors\Ship.cs" />
74c15570 52 <Compile Include="Player.cs" />
38c7d3f9 53 <Compile Include="Renderer.cs" />
74c15570
BB
54 <Compile Include="ScoreScreen.cs" />
55 <Compile Include="Screen.cs" />
56 <Compile Include="ScreenManager.cs" />
63a61ee2
BB
57 <Compile Include="SuperPolarity.cs" />
58 <Compile Include="Program.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" />
74c15570
BB
60 <Compile Include="TitleScreen.cs" />
61 <Compile Include="Widget.cs" />
63a61ee2
BB
62 </ItemGroup>
63 <ItemGroup>
64 <Reference Include="OpenTK">
65 <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\OpenTK.dll</HintPath>
66 </Reference>
67 <Reference Include="MonoGame.Framework">
68 <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll</HintPath>
69 </Reference>
70 <Reference Include="Lidgren.Network">
71 <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\Lidgren.Network.dll</HintPath>
72 </Reference>
73 <Reference Include="Tao.Sdl">
74 <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\Tao.Sdl.dll</HintPath>
75 </Reference>
76 <Reference Include="System" />
77 <Reference Include="System.Xml" />
78 </ItemGroup>
79 <ItemGroup>
80 <Content Include="..\..\..\..\..\..\..\Program Files (x86)\MonoGame\v3.0\Assemblies\WindowsGL\SDL.dll">
81 <Link>SDL.dll</Link>
82 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
83 </Content>
84 <Content Include="Icon.ico" />
85 </ItemGroup>
63a61ee2 86 <ItemGroup>
95d7601b
BB
87 <Folder Include="Content\Sound\" />
88 </ItemGroup>
89 <ItemGroup>
74c15570
BB
90 <None Include="Content\Fonts\SegoeUIMono14.xnb">
91 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
92 </None>
95d7601b 93 <None Include="Content\Graphics\circle.xnb">
63a61ee2 94 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
95d7601b
BB
95 </None>
96 <None Include="Content\Graphics\diamond.xnb">
97 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
98 </None>
99 <None Include="Content\Graphics\main-ship.xnb">
100 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101 </None>
102 <None Include="Content\Graphics\negative-cruiser.xnb">
103 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
104 </None>
105 <None Include="Content\Graphics\negative-destroyer.xnb">
106 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
107 </None>
108 <None Include="Content\Graphics\negative-scout.xnb">
109 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
110 </None>
2af83e98
BB
111 <None Include="Content\Graphics\negative-ship.xnb">
112 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113 </None>
95d7601b
BB
114 <None Include="Content\Graphics\negative-supercruiser.xnb">
115 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
116 </None>
117 <None Include="Content\Graphics\neutral-cruiser.xnb">
118 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119 </None>
120 <None Include="Content\Graphics\neutral-destroyer.xnb">
121 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
122 </None>
123 <None Include="Content\Graphics\neutral-scout.xnb">
124 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125 </None>
126 <None Include="Content\Graphics\neutral-ship.xnb">
127 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128 </None>
129 <None Include="Content\Graphics\neutral-supercruiser.xnb">
130 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
131 </None>
132 <None Include="Content\Graphics\positive-cruiser.xnb">
133 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
134 </None>
135 <None Include="Content\Graphics\positive-destroyer.xnb">
136 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
137 </None>
138 <None Include="Content\Graphics\positive-scout.xnb">
139 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
140 </None>
141 <None Include="Content\Graphics\positive-ship.xnb">
142 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
143 </None>
144 <None Include="Content\Graphics\positive-supercruiser.xnb">
145 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
146 </None>
38c7d3f9
BB
147 <None Include="Content\Graphics\square.xnb">
148 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149 </None>
95d7601b
BB
150 <None Include="Content\Graphics\star.xnb">
151 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
152 </None>
63a61ee2
BB
153 </ItemGroup>
154 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156 Other similar extension points exist, see Microsoft.Common.targets.
157 <Target Name="BeforeBuild">
158 </Target>
159 <Target Name="AfterBuild">
160 </Target>
161 -->
162</Project>